- veImageX MCP
veImageX MCP
what is veImageX MCP?
veImageX MCP is a Model Context Protocol (MCP) Server implementation for Volcengine ImageX, allowing large language models (LLMs) to directly manage and operate ImageX resources.
how to use veImageX MCP?
To use veImageX MCP, integrate it into your MCP client by configuring the MCP service with the required JSON settings, including your Volcengine AccessKey 、SecretKey、ServiceId and Domain.
key features of veImageX MCP?
-
Provide various resource access interfaces to facilitate LLM's access to veImageX service information, image resources, etc.
-
A tool that encapsulates multiple veImageX features, including image resource management, text-to-image generation, AIGC image quality restoration, image quality evaluation, and commonly used usage and quality query capabilities.
-
Provide various predefined prompt templates to help LLM better understand and use the veImageX feature.
FAQ from veImageX MCP?
- What are the environment requirements for veImageX MCP?
Python 3.13+ and a Volcengine account with AccessKey/SecretKey/ServiceId/Domain are required.
- How do I obtain the AccessKey and SecretKey?
You can apply for ACCESS_KEY and SECRET_KEY through the Volcengine ImageX console.
Server Config
{
"mcpServers": {
"veImageX": {
"disabled": false,
"command": "uvx",
"args": [
"veimagex-mcp"
],
"env": {
"VOLCENGINE_ACCESS_KEY": "Your Volcengine AK",
"VOLCENGINE_SECRET_KEY": "Your Volcengine SK",
"SERVICE_ID": "Your Service ID",
"DOMAIN": "Your Domain"
},
"transportType": "stdio"
}
}
}